Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix DataFrameDiskCache locking #130

Merged
merged 1 commit into from
Oct 7, 2024
Merged

Fix DataFrameDiskCache locking #130

merged 1 commit into from
Oct 7, 2024

Conversation

henrirosten
Copy link
Collaborator

@henrirosten henrirosten commented Oct 4, 2024

Use FileLock to synchronize access to the shared dataframe cache to allow running sbomnix concurrently.
Remove retry logic introduced in #118 as it's now unnecessary.

Do not throw if `sbomnix` is executed concurrently.

Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
@henrirosten henrirosten requested a review from a team October 4, 2024 13:44
@henrirosten henrirosten marked this pull request as ready for review October 4, 2024 13:44
@henrirosten henrirosten merged commit 56dcd1a into main Oct 7, 2024
3 checks passed
@henrirosten henrirosten deleted the fix-dfcache-locking branch October 7, 2024 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants